home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01606_Script_1606
< prev
next >
Wrap
Text File
|
1995-05-21
|
370b
|
13 lines
on exitFrame
global TheDrivePath
-- changes all the fileNames of the linked assets
repeat with i = 1 to the number of castmembers
if the fileName of cast i = TheDrivePath & ":\Assets\" ¼
& the name of cast i then
nothing
else
set the fileName of cast i = TheDrivePath & ":\Assets\" ¼
& the name of cast i
end if
end repeat
end